home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000130_news@columbia.edu _Thu Apr 24 13:26:29 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA05767
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 24 Apr 1997 13:26:28 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA14270
  7.     for kermit.misc@watsun; Thu, 24 Apr 1997 13:26:27 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: APC
  12. Date: 24 Apr 1997 17:26:25 GMT
  13. Organization: Columbia University
  14. Lines: 15
  15. Message-ID: <5jo541$dr4$1@apakabar.cc.columbia.edu>
  16. References: <5jo31g$j0$1@news1.voicenet.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6949
  19.  
  20. In article <5jo31g$j0$1@news1.voicenet.com>,
  21. Christopher Mosley <cmosley@voicenet.com> wrote:
  22. :  
  23. :     The apc escape mechanism ends by connecting you to the emulator
  24. : rather than the mskermit prompt. It would be nice you to be returned to the
  25. : mskermit prompt with the option of using the 'connect/c' at the end
  26. : of the apc string or manually, or to do whatever you wished at the
  27. : kermit prompt. The apc escape mechanism is a very useful as is
  28. : but would be even more useful if it had this option. 
  29. C-Kermit 6.0, Kermit 95, and MS-DOS Kermit 3.15 have a new command,
  30. CLEAR APC.  If you include this in the APC string, then you will
  31. be left at the prompt after execution of the APC commands.
  32.  
  33. - Frank